home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Luna Popup definition for user-customised popups
- ; (Depending on setting, right-click with or without [Shift])
- ; The popup can be custom defined with the following popup commands:
-
- ; DIRECT COMMANDS
-
- ; /tput = Output a short text at the current position; abbreviations
- ; (Kürzel) will be expanded during this (non-automatic Kürzel
- ; definitions too)!
- ; Syntax: /tput 'Popuptext' 'Outputtext'
-
- ; /merge = Insert (merge) a file at the current cursor position
- ; Syntax: /merge 'Popuptext' <filepath>
-
- ; /link = Incorporate a sub-popup (max. 8 popups in total)
- ; Syntax: /link "Popuptext" <filepath>
-
- ; /script = Execute a script
- ; Syntax: /script 'Popuptext' <filepath>
-
- ; /file = Open a file in a _new_ window
- ; Syntax: /file 'Popuptext' <filepath>
-
- ; /dfile = Load replacement file in the _current_ window
- ; Syntax: /dfile 'Popuptext' <filepath>
-
- ; /separator= Insert separator line
- ; /end = End of popup definition
-
- ; INDIRECT COMMANDS (Menu-functions)
-
- ; /new = Menu entry "New"
- ; /open = Menu entry "Open..."
- ; /mopen = Menu entry "Merge..."
- ; /dopen = Menu entry "Load replacement..."
- ; /close = Menu entry "Close"
- ; /save = Menu entry "Save"
- ; /asave = Menu entry "Save as...
- ; /search = Menu entry "Find..."
- ; /replace = Menu entry "Replace..."
- ; /blksta = Menu entry "Block start"
- ; /blkend = Menu entry "Block end"
- ; /blkhide = Menu entry "Clear block marking"
- ; /blkfil = Menu entry "Filter block..."
- ; /runscript= Menu entry "Execute script..."
- ; /recscript= Menu entry "Record script..."
- ; /asctable = Menu entry "Character table"
- ; /setmark = Menu entry "Set mark..."
- ; /gomark = Menu entry "Go to mark..."
- ; /cut = Menu entry "Cut"
- ; /copy = Menu entry "Copy"
- ; /paste = Menu entry "Paste"
- ; /colpaste = Menu entry "...as column block"
- ; /delete = Menu entry "Delete"
- ; /clear = Menu entry "Clear"
-
- ; Syntax:
- ;
- ; /Command "Text for popup" [<Path specification>] or ["Character strings"]
- ;
-
- ; Example:
-
- /new "Create new"
- /open "Open..."
- /close "Close"
- /mopen "Merge..."
- /separator
- /cut "Cut"
- /copy "Copy"
- /paste "Paste"
- /delete "Remove"
- /clear "Delete"
- /separator
- /link "Headings" <popups\html_01.pop> ; Parameters: Popup text, path of popup to be incorporated
- /link "Text paras." <popups\html_02.pop> ; Parameters: Popup text, path of popup to be incorporated
- /link "Lists" <popups\html_03.pop> ; Parameters: Popup text, path of popup to be incorporated
- /separator
- /search "Find..."
- /replace "Replace..."
- /blkfil "Filter block..."
- /end ; End of the popup definition
-
-